Revision: yaclml--xml--0.3--patch-19
Archive: bese-2004@common-lisp.net
Creator: Marco Baringer <mb@bese.it>
Date: Sun Feb 22 15:13:49 CET 2004
Standard-date: 2004-02-22 14:13:49 GMT
Modified-files: src/yaclml.lisp
New-patches: bese-2004@common-lisp.net/yaclml--xml--0.3--patch-19
Summary: Improve handling of forms as values of attributes.
Keywords: 

If the form retuns NIL we don't print the attribute at all, if the
form returns T we print the attribute with it's name as it's value,
otherwise we do the usual princ value returned by form.

This, combined with the TAL update (converting "${foo}" to foo and
not (concatenate 'string foo)) allows more control from within the
TAL vor the outputed xhtml.
